home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / novia / src / include / novia_registers.h < prev    next >
C/C++ Source or Header  |  1999-12-06  |  359b  |  19 lines

  1. #ifndef NOVIA_REGISTERS_H
  2. #define NOVIA_REGISTERS_H
  3.  
  4. #define __aligned
  5. #define __asm
  6. #define __regargs
  7. #define __saveds
  8. #define __stdargs
  9. #define REG(r)    register __ ## r
  10. #define GNUCREG(r)
  11. #define SAVEDS
  12. #define ASM
  13. #define REGARGS
  14. #define STDARGS
  15. #define ALIGNED
  16. #include <dos/dos.h>
  17. #define SEGLISTPTR BPTR
  18. //  typedef struct SegList * SEGLISTPTR;
  19. #endif